home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Ss-Sz / SysMsg.cpt / SysMsg / SysMsg V0.9a / card_2269.txt < prev    next >
Text File  |  1987-09-23  |  2KB  |  105 lines

  1. -- card: 2269 from stack: in.9a
  2. -- bmap block id: 2463
  3. -- flags: 4000
  4. -- background id: 2721
  5. -- name: theOtherCard
  6.  
  7.  
  8. -- part 6 (field)
  9. -- low flags: 01
  10. -- high flags: 2004
  11. -- rect: left=28 top=85 right=146 bottom=268
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: createAndDelete
  20.  
  21.  
  22. -- part 15 (button)
  23. -- low flags: 00
  24. -- high flags: 8000
  25. -- rect: left=94 top=245 right=291 bottom=147
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 1005 / 1005
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: MacWrite
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   open MacWrite
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 17 (field)
  42. -- low flags: 81
  43. -- high flags: 2004
  44. -- rect: left=17 top=106 right=266 bottom=154
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 0
  48. -- font id: 3
  49. -- text size: 10
  50. -- style flags: 0
  51. -- line height: 13
  52. -- part name: 
  53.  
  54.  
  55. -- part 18 (button)
  56. -- low flags: 00
  57. -- high flags: 0000
  58. -- rect: left=129 top=243 right=262 bottom=149
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 16692 / 16692
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: popUpBUTTON
  67. ----- HyperTalk script -----
  68. -- Charles M. Davis (23SEP87)
  69. on mouseUp
  70.   if visible of card field 2 is false then
  71.     show card field 2
  72.     showMessage mouseUp
  73.     set icon of card button 2 to 3584
  74.   else
  75.     hide card field 2
  76.     set icon of card button 2 to 16692
  77.   end if
  78. end mouseUp
  79.  
  80.  
  81.  
  82. -- part 23 (button)
  83. -- low flags: 00
  84. -- high flags: 0001
  85. -- rect: left=239 top=273 right=321 bottom=295
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: opaque button
  94.  
  95.  
  96. -- part contents for card part 6
  97. ----- text -----
  98. Create and then delete the following on this card;
  99. ‚Ä¢ a button,
  100. ‚Ä¢ a field, and
  101. ‚Ä¢ a card.
  102.  
  103. -- part contents for card part 17
  104. ----- text -----
  105. A 'suspend' message is sent to the current card when HyperCard is suspended, such as when another application is launched with the Open command.  A 'resume' message is sent when HyperCard resumes running after having been suspended.